The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "test::www::mechanize"

Test::WWW::Mechanize - Testing-specific WWW::Mechanize subclass River stage three • 42 direct dependents • 151 total dependents

PETDANCE/Test-WWW-Mechanize-1.60 - 05 Dec 2022 04:22:09 UTC - Search in distribution

Test::WWW::Mechanize::CGI - Test CGI applications with Test::WWW::Mechanize River stage one • 3 direct dependents • 6 total dependents

Provides a convenient way of testing CGI applications without a external daemon....

MRAMBERG/Test-WWW-Mechanize-CGI-0.1 - 13 Nov 2005 20:57:22 UTC - Search in distribution

Test::WWW::Mechanize::HSS - Test HTTP::Server::Simple programs using WWW::Mechanize River stage zero No dependents

CORION/Test-WWW-Mechanize-HSS-0.02 - 28 Feb 2009 09:31:27 UTC - Search in distribution

Test::WWW::Mechanize::JSON - Add a JSON and AJAXy methods to the super-class River stage zero No dependents

Extends Test::WWW::Mechanize to test JSON content in response bodies and "x-json" headers. It adds a few HTTP verbs to Mechanize, for convenience. METHODS: HTTP VERBS...

LGODDARD/Test-WWW-Mechanize-JSON-0.73 - 12 Jun 2013 13:31:08 UTC - Search in distribution

Test::WWW::Mechanize::Mojo - Test::WWW::Mechanize for Mojo / Mojolicious River stage zero No dependents

Mojo is an MVC Web Application Framework. Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features for web application testing. The Test::WWW::Mechanize::Mojo module meshes the two to allow easy testing of Mojo applications wit...

SHLOMIF/Test-WWW-Mechanize-Mojo-0.0.21 - 07 Oct 2020 07:49:20 UTC - Search in distribution

Test::WWW::Mechanize::PSGI - Test PSGI programs using WWW::Mechanize River stage two • 37 direct dependents • 80 total dependents

PSGI is a specification to decouple web server environments from web application framework code. Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features for web application testing. The Test::WWW::Mechanize::PSGI module meshes...

OALDERS/Test-WWW-Mechanize-PSGI-0.39 - 22 Mar 2019 13:18:45 UTC - Search in distribution

Jifty::Test::WWW::Mechanize - Subclass of Test::WWW::Mechanize with extra Jifty features River stage two • 33 direct dependents • 33 total dependents

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC - Search in distribution

Test::WWW::Mechanize::CGIApp - Test::WWW::Mechanize for CGI::Application River stage one • 7 direct dependents • 8 total dependents

This package makes testing CGIApp based modules fast and easy. It takes advantage of Test::WWW::Mechanize to provide functions for common web testing scenarios. For example: $mech->get_ok( $page ); $mech->title_is( "Invoice Status", "Make sure we're ...

HARTZELL/Test-WWW-Mechanize-CGIApp-0.05 - 12 Jul 2007 13:17:34 UTC - Search in distribution

Test::WWW::Mechanize::Dancer - Wrapper to easily use Test::WWW::Mechanize with your Dancer apps River stage zero No dependents

This is a simple wrapper that lets you test your Dancer apps using Test::WWW::Mechanize....

WWOLF/Test-WWW-Mechanize-Dancer-0.0100 - 16 Feb 2014 22:56:10 UTC - Search in distribution

Test::WWW::Mechanize::Driver - Drive Test::WWW::Mechanize Object Using YAML Configuration Files River stage zero No dependents

Write Test::WWW::Mechanize tests in YAML. This module will load the tests make a plan and run the tests. Supports every-page tests, SKIP, TODO, and any object supporting the Test::WWW::Mechanize interface. This document focuses on the Test::WWW::Mech...

DUELAFN/Test-WWW-Mechanize-Driver-1.0 - 09 Jul 2020 00:27:13 UTC - Search in distribution

Test::WWW::Mechanize::LibXML - use HTML::TreeBuilder::LibXML for testing web-sites. River stage zero No dependents

This module inherits from Test::WWW::Mechanize, and allows one to utilize HTML::TreeBuilder::LibXML to perform XPath and HTML::TreeBuilder queries on the tree....

SHLOMIF/Test-WWW-Mechanize-LibXML-0.0.6 - 22 Oct 2020 14:21:58 UTC - Search in distribution

Test::WWW::Mechanize::Object - run mech tests by making requests on an object River stage zero No dependents

Test::WWW::Mechanize::Object exists to make it easier to run tests with unusual request semantics. Instead of having to guess at which parts of the LWP::UserAgent and WWW::Mechanize code needs to be overridden, any object that implements a (relativel...

HDP/Test-WWW-Mechanize-Object-0.020 - 28 Aug 2006 23:05:14 UTC - Search in distribution

Test::WWW::Mechanize::Declare - flexible, declarative Web testing River stage zero No dependents

Test::WWW::Mechanize::Declare allows one to logically separate the description of what to test from the logic of the tests. Ideally, one can write a configuration file to specify what should be tested, read in this file, and then write the actual tes...

APEIRON/Test-WWW-Mechanize-Declare-0.000000 - 12 Oct 2009 01:25:31 UTC - Search in distribution

Test::WWW::Mechanize::Maypole - Test::WWW::Mechanize for Maypole River stage one • 1 direct dependent • 1 total dependent

By inheriting from Test::WWW::Mechanize, this module provides two key benefits over using Maypole::CLI in test scripts. First, it inherits a plethora of methods for testing web content. Second, cookies are handled transparently, allowing you to test ...

DAVEBAIRD/Test-WWW-Mechanize-Maypole-0.23 - 20 Sep 2005 22:08:11 UTC - Search in distribution

Test::WWW::Mechanize::Catalyst - Test::WWW::Mechanize for Catalyst River stage three • 78 direct dependents • 102 total dependents

Catalyst is an elegant MVC Web Application Framework. Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features for web application testing. The Test::WWW::Mechanize::Catalyst module meshes the two to allow easy testing of Catal...

MSTROUT/Test-WWW-Mechanize-Catalyst-0.62 - 18 Feb 2019 17:33:39 UTC - Search in distribution

Test::WWW::Mechanize::MultiMech - coordinate multi-object mech tests for multi-user web app testing River stage zero No dependents

Ofttimes I had to test a web app where I had several user permission categories and I needed to ensure that, for example, only admins get the admin panel, etc. This module allows you to instantiate several Test::WWW::Mechanize objects and then easily...

ZOFFIX/Test-WWW-Mechanize-MultiMech-1.006001 - 14 Feb 2014 01:44:27 UTC - Search in distribution

Test::WWW::Mechanize::PhantomJS::Catalyst - test extension pack for WWW::Mechanize::PhantomJS::Catalyst River stage zero No dependents

Same as Test::WWW::Mechanize for WWW::Mechanize, this module adds some extra methods useful in testing such as "get_ok" and "content_contains". See Test::WWW::Mechanize for the full description....

KARASIK/WWW-Mechanize-PhantomJS-Catalyst-0.02 - 17 Dec 2015 12:12:55 UTC - Search in distribution

Test::WWW::Mechanize::Catalyst::WithContext - T::W::M::C can now give you $c River stage zero No dependents

Test::WWW::Mechanize::Catalyst::WithContext is a subclass of Test::WWW::Mechanize::Catalyst that can give you the $c context object of the request you just did. This is useful for testing if things ended up in the stash correctly, if the session got ...

SIMBABQUE/Test-WWW-Mechanize-Catalyst-WithContext-0.03 - 28 Nov 2017 19:07:48 UTC - Search in distribution

Plack::Test::Agent - OO interface for testing low-level Plack/PSGI apps River stage one • 2 direct dependents • 8 total dependents

OALDERS/Plack-Test-Agent-1.5 - 06 Oct 2020 00:55:12 UTC - Search in distribution

WWW::Mechanize::Script::Plugin::StatusTest - prove expected HTTP status of the response River stage zero No dependents

REHSACK/WWW-Mechanize-Script-0.101 - 10 May 2014 13:44:45 UTC - Search in distribution
203 results (0.094 seconds)